gusucode.com > 酷维企业网站CMS管理系统 v2.1.0 > 酷维企业网站CMS管理系统 v2.1.0\code\NewsAdmin\login.asp

    
<html>
<head>
<title>酷维企业CMS网站管理系统 - 酷维企业网站程序 - 企业建站首选服务商</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<style>
body {
	font-size:12px;
	color:#FFFFFF;
}
input { FONT-SIZE: 12px; COLOR:#ff6600; font-family:Arial, Helvetica, sans-serif;}
.table002 {  font-size: 12px; border:1px #5EABD0 solid}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
body,td,th {
	color: #000000;
}
a {
	font-size: 12px;
}
#Layer1 {
	position:absolute;
	left:361px;
	top:114px;
	width:349px;
	height:197px;
	z-index:1;
	visibility: hidden;
}
</style>

<script language=javascript>
<!--
function xxg()
  {
      if (document.form1.user.value==""){
	      alert("管理员名称不能为空!")
		  document.form1.user.focus();
		  return false
		    }
	  if (document.form1.password.value==""){
	      alert("管理员密码不能为空!");
		  document.form1.password.focus();
		  return false
		  }
		  return true
		}

//-->
</script>
</head>
<body>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

  <table width="320" border="0" align="center" cellspacing="0" cellpadding="3" bgcolor="#EFF6FE" style="border: 1px solid #4C7297;">
    <form name="form1" method="post" action="loginchk.asp" onSubmit="return xxg()">
      <tr align="center">
        <td height="24" style="color:#FFFFFF;background-color:#6B9AC6;font-size:14px;letter-spacing:1pt;"><strong>管理登陆</strong></td>
      </tr>
      <tr bgcolor="#FD7801">
        <td height="3" bgcolor="#FD7801"></td>
      </tr>
      <tr>
        <td height="30" align="center" style="font-size:9pt;color:#555555; padding-top:10px;">您的帐号:&nbsp;
            <input name="user" type="text" class="input2" id="user" style="color:#FF0066;width:130px; height:18px; border:1px solid #6F93B7" maxlength="20">
        </td>
      </tr>
      <tr>
        <td height="1" colspan="2" background="images/dot_h.gif"></td>
      </tr>
      <tr>
        <td height="30" align="center" style="font-size:9pt;color:#555555;">您的密码:&nbsp;
            <input name="password" type="password" class="input2" id="password" style="color:#FF0066;width:130px; height:18px; border:1px solid #6F93B7" maxlength="20"></td>
      </tr>
      <tr>
        <td height="1" colspan="2" background="images/dot_h.gif"></td>
      </tr>
      <tr>
        <td height="30" style="padding-left:61px;"><span style="font-size:9pt;color:#555555;">验认证码:&nbsp;
              <input name="VCodes" type="text" class="input2" id="VCodes" style="color:#FD7801;width:60px; height:18px" maxlength="20">
              <b><%=s%></b></span> <img src="cood.asp" align="absmiddle"></td>
      </tr>
      <tr>
        <td height="1" colspan="2" background="../i/dot_h.gif"></td>
      </tr>
      <tr>
        <td height="36" align="center"><input name="submit" type="submit"  style="BORDER-BOTTOM: #FD7801 1px double; BORDER-LEFT: #FD7801 1px double; BORDER-RIGHT: #FD7801 1px double; BORDER-TOP: #FD7801 1px double; BACKGROUND:#ffffff COLOR: #000000; FONT-SIZE: 9pt"class="button2" value="登 陆">
          &nbsp;
          <input name="button" type="button"  style="BORDER-BOTTOM: #FD7801 1px double; BORDER-LEFT: #FD7801 1px double; BORDER-RIGHT: #FD7801 1px double; BORDER-TOP: #FD7801 1px double; BACKGROUND:#ffffff COLOR: #000000; FONT-SIZE: 9pt" class="button2" onClick="Javascript:window.close();" value="取 消"></td>
      </tr>
    </form>
  </table><!--#include file="boom.asp" -->
</body>
</html>